home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / -archivi / -recent2 / ggdebug.lha / clib / ggdebug_protos.h
C/C++ Source or Header  |  1999-03-11  |  345b  |  18 lines

  1. #ifndef CLIB_GGDEBUG_PROTOS_H
  2. #define CLIB_GGDEBUG_PROTOS_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7.  
  8. LONG KCmpStr(STRPTR,STRPTR);
  9. APTR KDoFmt(STRPTR, STRPTR, void (*)(), APTR);
  10. LONG KGetChar(VOID);
  11. LONG KMayGetChar(VOID);
  12. LONG KPutChar(LONG);
  13. VOID KPutStr(STRPTR);
  14. APTR VKPrintf(STRPTR, APTR );
  15. LONG KPrintf( STRPTR, ... );
  16.  
  17. #endif
  18.